SftTree/NET 2.0

PreviousDisplayedIndex Property, ColumnClass Class

Softel vdm, Inc.

Returns the zero-based index of the previous displayed column.

Syntax      ColumnClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property PreviousDisplayedIndex As Integer

C#   

public int PreviousDisplayedIndex { get; }

C++   

public: property int PreviousDisplayedIndex {
        int get();
}

Property Value

The zero-based index of the previous displayed column or -1 if there is no previous column.

Comments

The PreviousDisplayedIndex property returns the zero-based index of the previous displayed column.

A column is considered displayed or visible even if it is horizontally scrolled off the control's display area or if it has a width of 0. A column can be scrolled into the display area of the control by using the ColumnClass.ScrollIntoView method.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com